Forum Activity for @douglas

douglas
@douglas
03/24/17 11:10:39AM
2,806 posts

backup language import not seeking?


Using Jamroom

resif:
its ok for now...

Thanks for the update! :)
douglas
@douglas
03/24/17 11:09:40AM
2,806 posts

Trouble in substituting Vimeo image


Using Jamroom

Strumelia:
So to do:
We want to add another class to class="iloutline img_scale", lets make it class="iloutline img_scale video_thumbnail"
...I would then wind up making that code line look like this?:
{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.vimeo_title_url}"><img src="{$item.vimeo_artwork_url}" class="iloutline img_scale video_thumbnail"></a>
Yes, that is correct!

Strumelia:
AND- when you say: "Then into a css file in your skin add this css"...not sure which .css file in my skin that would be- perhaps in my skin's: image.css file, where I see some similar entries are residing?

Any .css file you want to use will do, the image.css file is a good choice though.

Hope this helps!
douglas
@douglas
03/23/17 05:47:20AM
2,806 posts

Ban Countries!


Suggestions

Dazed:
Thanks Michael. I am doing a lot of the same with banning. What mod does the link detection?

I think he is referring to the spam block module:
https://www.jamroom.net/the-jamroom-network/networkmarket/82/spam-blocker

Hope this helps!
douglas
@douglas
03/21/17 10:44:55AM
2,806 posts

How do I display user profile counts on the homepage ?


Design and Skin Customization

You could use something like this:

{capture name="member_count" assign="member_count_row"}
    {literal}
        {if isset($_items)}
            {foreach $_items as $item}
                {$item.quota_jrProfile_profile_count}
            {/foreach}
        {/if}
    {/literal}
{/capture}
{jrCore_list module="jrProfile" quota_id="1" template=$member_count_row}

be sure to change the quota_id="1" to your actual quota ID

Hope this helps!
douglas
@douglas
03/21/17 10:37:20AM
2,806 posts

Updates


Installation and Configuration

BiGD:
I just want to know how to add the 2nd site for right now...

If you have Jamroom installed on two different domains and have entered the Marketplace Email and System ID in your ACP > Core > Marketplace > Tools > Marketplace Systems for both sites then both sites will show on your profile dashboard.
https://www.jamroom.net/bigd

Hope this helps!
douglas
@douglas
03/15/17 11:22:32AM
2,806 posts

Cancel Subscription Options


Installation and Configuration

I believe you just have to cancel the subscription in your PayPal account or whatever payment account you used to start the subscription.
douglas
@douglas
03/14/17 11:44:18AM
2,806 posts

The requested URL /genosis-open-source/user/signup was not found on this server.


Installation and Configuration

Hello Ken,

That looks correct to me as far as directories and files for the Genosis open source download.

Make sure you've uploaded everything in the modules directory, the jrCore and jrUser most importantly.

Might also check they have the correct permissions set, directories should be 755 and files 644.

Hope this helps!
douglas
@douglas
03/13/17 10:11:31AM
2,806 posts

Audio Pro


Design and Skin Customization

nduguseliphaz:
I have edited the Welcome to part but its still appearing even after clearing cache and even after resetting my browser. what should i do now?

You can find the code in your ACP -> SKINS -> AUDIO PRO -> TEMPLATES -> index_top.tpl -> MODIFY

Hope this helps!
douglas
@douglas
03/13/17 09:07:05AM
2,806 posts

Audio Pro


Design and Skin Customization

nduguseliphaz:
What about the title tag the first screenshot?

You can modify that in your ACP -> SKINS -> AUDIO PRO -> TEMPLATES -> meta.tpl -> MODIFY

Hope this helps!
  63